projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd7098
)
* lisp/calendar/icalendar.el: Add missing :version tags for new defcustoms.
author
Glenn Morris
<rgm@gnu.org>
Mon, 11 Aug 2014 00:47:10 +0000
(17:47 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 11 Aug 2014 00:47:10 +0000
(17:47 -0700)
lisp/calendar/icalendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/icalendar.el
b/lisp/calendar/icalendar.el
index 8881796c94b5f499a3d44ba02a3432dc757985c1..784881e40121c49655a477ba8ee1cf1d26f416e3 100644
(file)
--- a/
lisp/calendar/icalendar.el
+++ b/
lisp/calendar/icalendar.el
@@
-250,6
+250,7
@@
on the current day and continues for the number of days given here.
See `icalendar-export-sexp-enumerate-all' for a list of sexp
entries which by default are NOT enumerated."
+ :version "24.5"
:type 'integer
:group 'icalendar)
@@
-262,6
+263,7
@@
translating into an icalendar equivalent. This affects the
following sexp diary entries: `diary-anniversary',
`diary-cyclic', `diary-date', `diary-float',`diary-block'. All
other sexp entries are enumerated in any case."
+ :version "24.5"
:type 'boolean
:group 'icalendar)